projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813bee6
)
Small GtkTable doc improvement
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jul 2010 01:40:46 +0000
(21:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jul 2010 01:40:46 +0000
(21:40 -0400)
docs/reference/gtk/tmpl/gtktable.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/tmpl/gtktable.sgml
b/docs/reference/gtk/tmpl/gtktable.sgml
index 780713f6b89df31d7006aedb9e48a5e7437ff057..7a8584352aae3a90b4fe07a2296b5034eb85c036 100644
(file)
--- a/
docs/reference/gtk/tmpl/gtktable.sgml
+++ b/
docs/reference/gtk/tmpl/gtktable.sgml
@@
-131,7
+131,8
@@
The <structname>GtkTable</structname> structure holds the data for the actual ta
Used to create a new table widget. An initial size must be given by
specifying how many rows and columns the table should have, although
this can be changed later with gtk_table_resize(). @rows and @columns
-must both be in the range 0 .. 65535.
+must both be in the range 1 .. 65535. For historical reasons, 0 is accepted
+as well and is silently interpreted as 1.
</para>
@rows: The number of rows the new table should have.